Skip to content

chore(deps): bump netlink-packet-route from 0.25.1 to 0.28.0#81

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/netlink-packet-route-0.28.0
Closed

chore(deps): bump netlink-packet-route from 0.25.1 to 0.28.0#81
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/netlink-packet-route-0.28.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 8, 2026

Copy link
Copy Markdown
Contributor

Bumps netlink-packet-route from 0.25.1 to 0.28.0.

Release notes

Sourced from netlink-packet-route's releases.

New release 0.28.0

Breaking changes

  • link: Changed InfoIpoib::Mode from u16 to enum. (b1b8ef4)
  • macvlan, macvtap: Changed MacAddrMode from u32 to enum. (3badfa0)
  • macvlan, macvtap: Change Flags from u16 to bitflags. (12da3db)

New features

  • N/A

Bug fixes

  • N/A

New release 0.27.0

Breaking changes

  • link: Remove support of IFLA_WIRELESS. (3283c84)
  • link bridge: Changed InfoBridge::NfCallArpTables from u8 to bool. (55bc622)
  • link bridge: Changed InfoBridge::NfCallIp6Tables from u8 to bool. (17f3650)
  • link bridge: Changed InfoBridge::NfCallIpTables from u8 to bool. (3b37a0e)
  • link bridge: Changed InfoBridge::MulticastStatsEnabled from u8 to bool. (fc1e02d)
  • link bridge: Changed InfoBridge::MulticastQuerier from u8 to bool. (6758931)
  • link bridge: Changed InfoBridge::MulticastQueryUseIfaddr from u8 to bool. (4418dd9)
  • link bridge: Unify InfoBridge::MulticastRouter and InfoBridgePort::MulticastRouter. (86dfb5e)
  • link bridge: Changed InfoBridge::MulticastSnooping from u8 to bool. (635019b)
  • link bridge: Changed InfoBridge::VlanStatsPerHost(u8) to VlanStatsPerPort(bool). (883daf6)
  • link bridge: Changed InfoBridge::VlanStatsEnabled from u8 to bool. (58e65af)
  • link bridge: Changed InfoBridge::VlanProtocol from u16 to enum. (759073b)
  • link: Changed InfoBridge::MultiBoolOpt from u64 to struct. (2c53f22)
  • link: Changed InfoBridge::StpState from u32 to enum. (ed4c981)
  • bond: Changed InfoBond::UseCarrier from u8 to bool. (fc1ba75)
  • bond: Changed InfoBond::AdLacpActive from u8 to bool. (0bedb4c)
  • bond: Changed InfoBond::TlbDynamicLb from u8 to bool. (ab4a6ac)
  • bond: Changed InfoBond::AdLacpRate from u8 to enum. (5d943ad)
  • bond: Changed InfoBond::AllPortsActive from u8 to enum. (d73b2a1)

New features

  • link bridge: Support IFLA_BR_FDB_N_LEARNED and IFLA_BR_FDB_MAX_LEARNED. (7cdb880)
  • link bridge: Support BR_BOOLOPT_FDB_LOCAL_VLAN_0. (61ff86b)

Bug fixes

  • N/A

... (truncated)

Changelog

Sourced from netlink-packet-route's changelog.

[0.28.0] - 2026-01-01

Breaking changes

  • link: Changed InfoIpoib::Mode from u16 to enum. (b1b8ef4)
  • macvlan, macvtap: Changed MacAddrMode from u32 to enum. (3badfa0)
  • macvlan, macvtap: Change Flags from u16 to bitflags. (12da3db)

New features

  • N/A

Bug fixes

  • N/A

[0.27.0] - 2025-12-24

Breaking changes

  • link: Remove support of IFLA_WIRELESS. (3283c84)
  • link bridge: Changed InfoBridge::NfCallArpTables from u8 to bool. (55bc622)
  • link bridge: Changed InfoBridge::NfCallIp6Tables from u8 to bool. (17f3650)
  • link bridge: Changed InfoBridge::NfCallIpTables from u8 to bool. (3b37a0e)
  • link bridge: Changed InfoBridge::MulticastStatsEnabled from u8 to bool. (fc1e02d)
  • link bridge: Changed InfoBridge::MulticastQuerier from u8 to bool. (6758931)
  • link bridge: Changed InfoBridge::MulticastQueryUseIfaddr from u8 to bool. (4418dd9)
  • link bridge: Unify InfoBridge::MulticastRouter and InfoBridgePort::MulticastRouter. (86dfb5e)
  • link bridge: Changed InfoBridge::MulticastSnooping from u8 to bool. (635019b)
  • link bridge: Changed InfoBridge::VlanStatsPerHost(u8) to VlanStatsPerPort(bool). (883daf6)
  • link bridge: Changed InfoBridge::VlanStatsEnabled from u8 to bool. (58e65af)
  • link bridge: Changed InfoBridge::VlanProtocol from u16 to enum. (759073b)
  • link: Changed InfoBridge::MultiBoolOpt from u64 to struct. (2c53f22)
  • link: Changed InfoBridge::StpState from u32 to enum. (ed4c981)
  • bond: Changed InfoBond::UseCarrier from u8 to bool. (fc1ba75)
  • bond: Changed InfoBond::AdLacpActive from u8 to bool. (0bedb4c)
  • bond: Changed InfoBond::TlbDynamicLb from u8 to bool. (ab4a6ac)
  • bond: Changed InfoBond::AdLacpRate from u8 to enum. (5d943ad)
  • bond: Changed InfoBond::AllPortsActive from u8 to enum. (d73b2a1)

New features

  • link bridge: Support IFLA_BR_FDB_N_LEARNED and IFLA_BR_FDB_MAX_LEARNED. (7cdb880)
  • link bridge: Support BR_BOOLOPT_FDB_LOCAL_VLAN_0. (61ff86b)

Bug fixes

  • N/A

... (truncated)

Commits
  • 72ba3c3 New release 0.28.0
  • b1b8ef4 link: Changed InfoIpoib::Mode from u16 to enum
  • 3badfa0 macvlan, macvtap: Changed MacAddrMode from u32 to enum
  • 12da3db macvlan, macvtap: Change Flags from u8 to bitflags
  • 1fb4bd7 New release 0.27.0
  • 55bc622 link bridge: Change InfoBridge::NfCallArpTables from u8 to bool
  • 17f3650 link bridge: Change InfoBridge::NfCallIp6Tables from u8 to bool
  • 3b37a0e link bridge: Change InfoBridge::NfCallIpTables from u8 to bool
  • fc1e02d link bridge: Change InfoBridge::MulticastStatsEnabled from u8 to bool
  • 6758931 link bridge: Change InfoBridge::MulticastQuerier from u8 to bool
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [netlink-packet-route](https://github.com/rust-netlink/netlink-packet-route) from 0.25.1 to 0.28.0.
- [Release notes](https://github.com/rust-netlink/netlink-packet-route/releases)
- [Changelog](https://github.com/rust-netlink/netlink-packet-route/blob/main/CHANGELOG)
- [Commits](rust-netlink/netlink-packet-route@v0.25.1...v0.28.0)

---
updated-dependencies:
- dependency-name: netlink-packet-route
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 8, 2026
@github-actions

github-actions Bot commented Jan 8, 2026

Copy link
Copy Markdown

Documentation for this PR has been generated and is available at: https://n0-computer.github.io/net-tools/pr/81/docs/net_tools/

Last updated: 2026-01-08T13:13:10Z

@n0bot n0bot Bot added this to iroh Jan 8, 2026
@github-project-automation github-project-automation Bot moved this to 🏗 In progress in iroh Jan 8, 2026
@github-project-automation github-project-automation Bot moved this from 🏗 In progress to ✅ Done in iroh Jan 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jan 8, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/netlink-packet-route-0.28.0 branch January 8, 2026 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

1 participant